From 5cc6b3e342da5ef230a20af4f42a38af47cbf7ac Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 1 Nov 2021 12:54:35 +0000 Subject: [PATCH] docs: Add missing annotation --- gtk/gtkicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 154c9d8794..5c88718356 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -2748,7 +2748,7 @@ add_key_to_hash (gpointer key, * * Lists the names of icons in the current icon theme. * - * Returns: (element-type utf8) (transfer full): a string array + * Returns: (array zero-terminated=1) (element-type utf8) (transfer full): a string array * holding the names of all the icons in the theme. You must * free the array using g_strfreev(). */ -- 2.30.2